gpilots.o saroute.o navicache.o psitrex.o geoniche.o delgpl.o \
ozi.o nmea.o text.o html.o palmdoc.o netstumbler.o hsa_ndv.o \
igc.o brauniger_iq.o shape.o hiketech.o glogbook.o coastexp.o \
- vcf.o overlay.o kml.o google.o lowranceusr.o an1.o tomtom.o
+ vcf.o overlay.o kml.o google.o lowranceusr.o an1.o tomtom.o \
+ tef_xml.o
FILTERS=position.o duplicate.o arcdist.o polygon.o smplrout.o reverse_route.o sort.o stackfilter.o
(echo -n "internal_styles.c: mkstyle.sh " ; echo style/*.style ; /bin/echo -e '\t./mkstyle.sh > internal_styles.c || (rm -f internal_styles.c ; exit 1)' ) >> /tmp/dep
echo Edit Makefile and bring in /tmp/dep
-VERSIONU=1_2_6-beta04302005c-gsak
-VERSIOND=1.2.6_beta04302005c-gsak
+VERSIONU=1_2_6-beta04302005c-gsak+jamiez
+VERSIOND=1.2.6_beta04302005c-gsak+jamiez
# VERSIONU=1_2_5
# VERSIOND=1.2.5
coldsync/pdb.h
magproto.o: magproto.c defs.h queue.h gbtypes.h magellan.h
main.o: main.c defs.h queue.h gbtypes.h
+tef_xml.o: tef_xml.c defs.h queue.h gbtypes.h xmlgeneric.h
mapsend.o: mapsend.c defs.h queue.h gbtypes.h mapsend.h magellan.h
mapsource.o: mapsource.c defs.h queue.h gbtypes.h garmin_tables.h
mkshort.o: mkshort.c defs.h queue.h gbtypes.h
2>/dev/null >google_map.js
gpsbabel -i google -f google_map.js -o gpx -F google_map.gpx
+
+ TourExchangeFormat
+
+ XML based export format, used by Map&Guide
+ "Motorrad-Routenplaner". This software can only export routing data.
+ So we don't support writing.
+
AN1
# Write something to the various output-only formats
#
${PNAME} -i geo -f geocaching.loc -o text -F ${TMPDIR}/text.out -o html -F ${TMPDIR}/html.out -o vcard -F ${TMPDIR}/vcard.out #-o palmdoc -F ${TMPDIR}/pd.out
+./gpsbabel -i tef -f tef_xml.sample.xml -o gpx -F /dev/null
exit 0
extern ff_vecs_t google_vecs;
extern ff_vecs_t an1_vecs;
extern ff_vecs_t tomtom_vecs;
+extern ff_vecs_t tef_xml_vecs;
static
vecs_t vec_list[] = {
"TomTom POI file",
"ov2"
},
+ {
+ &tef_xml_vecs,
+ "tef",
+ "Map&Guide 'TourExchangeFormat' XML",
+ "xml"
+ },
{
NULL,
NULL,